home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / PostScript / EnhancedYap / Source / PSText.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  529 b   |  27 lines

  1. #import <appkit/Text.h>
  2.  
  3. @interface PSText : Text
  4.  
  5. - paste:sender;
  6. - initFrame:(NXRect *)fRect;
  7.  
  8. - (int)perform:(SEL)selector withSel:(SEL)helper;
  9.  
  10. - (int)positionForLineBegin;
  11. - (int)positionForLineEnd;
  12. - (int)positionForWordBegin;
  13. - (int)positionForWordEnd;
  14. - (int)positionForDocumentBegin;
  15. - (int)positionForDocumentEnd;
  16. - (int)nextPositionIfEmpty;
  17.  
  18. - moveToPosition:(SEL)command;
  19. - deleteToPosition:(SEL)command;
  20. - delete:(int)start :(int)end;
  21. - yank;
  22.  
  23. - (BOOL) emacsEvent:(NXEvent *)event;
  24. - keyDown:(NXEvent *)event;
  25.  
  26. @end
  27.